const runtime.goroutineProfileInProgress

3 uses

	runtime (current package)
		mprof.go#L1345: 	goroutineProfileInProgress
		mprof.go#L1513: 		if prev == goroutineProfileInProgress {
		mprof.go#L1526: 		if gp1.goroutineProfiled.CompareAndSwap(goroutineProfileAbsent, goroutineProfileInProgress) {